﻿2026-06-15T09:27:28.9762701Z ##[group]Run actions/checkout@v5
2026-06-15T09:27:28.9763710Z with:
2026-06-15T09:27:28.9764231Z   repository: SaberMage/spt-core
2026-06-15T09:27:28.9770501Z   token: ***
2026-06-15T09:27:28.9771092Z   ssh-strict: true
2026-06-15T09:27:28.9771625Z   ssh-user: git
2026-06-15T09:27:28.9772149Z   persist-credentials: true
2026-06-15T09:27:28.9772733Z   clean: true
2026-06-15T09:27:28.9773391Z   sparse-checkout-cone-mode: true
2026-06-15T09:27:28.9774149Z   fetch-depth: 1
2026-06-15T09:27:28.9774877Z   fetch-tags: false
2026-06-15T09:27:28.9775523Z   show-progress: true
2026-06-15T09:27:28.9776060Z   lfs: false
2026-06-15T09:27:28.9776569Z   submodules: false
2026-06-15T09:27:28.9777103Z   set-safe-directory: true
2026-06-15T09:27:28.9777995Z ##[endgroup]
2026-06-15T09:27:29.1658760Z Syncing repository: SaberMage/spt-core
2026-06-15T09:27:29.1660417Z ##[group]Getting Git version info
2026-06-15T09:27:29.1661253Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T09:27:29.1930396Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T09:27:29.2136519Z git version 2.43.0.windows.1
2026-06-15T09:27:29.2162375Z ##[endgroup]
2026-06-15T09:27:29.2170000Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\20a35904-9911-48bc-afb7-e401b013ad02\.gitconfig'
2026-06-15T09:27:29.2183446Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\20a35904-9911-48bc-afb7-e401b013ad02' before making global git config changes
2026-06-15T09:27:29.2185014Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:27:29.2188366Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T09:27:29.2418346Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T09:27:29.2601229Z https://github.com/SaberMage/spt-core
2026-06-15T09:27:29.2628971Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T09:27:29.2632870Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T09:27:29.2827309Z HEAD
2026-06-15T09:27:29.3073451Z ##[endgroup]
2026-06-15T09:27:29.3075661Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T09:27:29.6710617Z ##[group]Cleaning the repository
2026-06-15T09:27:29.6715333Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T09:27:30.8559393Z Removing target/
2026-06-15T09:27:30.8600121Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T09:27:30.9223685Z HEAD is now at 69abfc0 Merge d2433d4ef79632ad741b50183f46dea7a5d06966 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:27:30.9255407Z ##[endgroup]
2026-06-15T09:27:30.9259408Z ##[group]Disabling automatic garbage collection
2026-06-15T09:27:30.9264168Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T09:27:30.9491426Z ##[endgroup]
2026-06-15T09:27:30.9491903Z ##[group]Setting up auth
2026-06-15T09:27:30.9497706Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:27:30.9717785Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T09:27:31.3249157Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:27:31.3478349Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T09:27:31.7288688Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:27:31.7505358Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T09:27:32.0886003Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T09:27:32.1131139Z ##[endgroup]
2026-06-15T09:27:32.1131569Z ##[group]Fetching the repository
2026-06-15T09:27:32.1138151Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +69abfc088d656b41eb507cda29e14729d4395cde:refs/remotes/pull/12/merge
2026-06-15T09:27:32.7581817Z ##[endgroup]
2026-06-15T09:27:32.7582416Z ##[group]Determining the checkout info
2026-06-15T09:27:32.7583060Z ##[endgroup]
2026-06-15T09:27:32.7591475Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T09:27:32.7855164Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T09:27:32.8070359Z ##[group]Checking out the ref
2026-06-15T09:27:32.8074455Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T09:27:32.8402958Z HEAD is now at 69abfc0 Merge d2433d4ef79632ad741b50183f46dea7a5d06966 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:27:32.8424422Z ##[endgroup]
2026-06-15T09:27:32.8660364Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T09:27:32.8864941Z 69abfc088d656b41eb507cda29e14729d4395cde
